home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / pad321.zip / SETTINGS.MH < prev    next >
Text File  |  1996-09-20  |  491b  |  17 lines

  1. // As of version 3.13, the settings for Padlock are no longer contained in
  2. // this file. Due to the number of settings added in recent versions, I've
  3. // broken this file into several smaller files to make it more maintainable.
  4. // Configuration information is now contained in the *.CFG files in your
  5. // Padlock directory.
  6. //
  7.  
  8. #ifndef __SETTINGS_MH
  9. #define __SETTINGS_MH
  10.  
  11. #include "settings.cfg"
  12. #include "filename.cfg"
  13. #include "behavior.cfg"
  14. #include "message.cfg"
  15.  
  16. #endif
  17.